cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/198 - Balloon Game/
# Balloon Game
## Tech Used
HTML ,CSS, JavaScript
## About Project
- Hover the Mouse Over The Balloon And Burst it.
- Burst M
## Tech Used
HTML ,CSS, JavaScript
## About Project
- Hover the Mouse Over The Balloon And Burst it.
- Burst M
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
const container = document.querySelector('.game');
const scoreBoard = maker(container,'div','scoreBoard','SCORE');
const gameBoa
const scoreBoard = maker(container,'div','scoreBoard','SCORE');
const gameBoa